docs: typo in GTK_STYLE_CLASS_LIST_ROW docs
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 26 Apr 2016 17:29:33 +0000 (19:29 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 26 Apr 2016 20:41:52 +0000 (16:41 -0400)
Fix typo in documentation of GTK_STYLE_CLASS_LIST_ROW: s/rowss/rows/g

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
https://bugzilla.gnome.org/show_bug.cgi?id=765632

gtk/gtkstylecontext.h

index 72654f76f134a5fbf93549902a7fc4f93dc3de65..9f8551f7be6f49524d0d389502d730fb70a6f57f 100644 (file)
@@ -215,7 +215,7 @@ struct _GtkStyleContextClass
 /**
  * GTK_STYLE_CLASS_LIST_ROW:
  *
- * A CSS class to match list rowss.
+ * A CSS class to match list rows.
  *
  * Refer to individual widget documentation for used style classes.
  */